Q3Group_EmptyObjectsOfType
You can use theQ3Group_EmptyObjectsOfType
function to remove all objects of a particular type from a group.
TQ3Status Q3Group_EmptyObjectsOfType ( TQ3GroupObject group, TQ3ObjectType isType);
group
- A group.
isType
- An object type.
DESCRIPTION
TheQ3Group_EmptyObjectsOfType
function disposes of every object contained in the group specified by thegroup
parameter that has the type specified by theisType
parameter.ERRORS
kQ3ErrorInvalidObject